home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / applications / jcgraph / rexx / rotation.rex < prev    next >
OS/2 REXX Batch file  |  1994-11-17  |  1KB  |  22 lines

  1. /* Rotation.rex */
  2. /* ------------ */
  3. /* Description: Another button cluster that let you Set and use Preset    */
  4. /*              for chart rotation value. For example, if you want to     */
  5. /*              set X,Y and Z rotation values as presets, set the sliders */
  6. /*              to the desired position, then, push one of the 'Set'      */
  7. /*              button. The 'Pre.' button next to it is then set to these */
  8. /*              rotation values.                                          */
  9.  
  10. address 'JCGRAPH'
  11.  
  12. 'button 1 Label=Set1 JcGraph:rexx/RotSet1.rex'
  13. 'button 2 Label=Pre.1 JcGraph:rexx/RotPreset1.rex'
  14. 'button 3 Label=Set2 JcGraph:rexx/RotSet2.rex'
  15. 'button 4 Label=Pre.2 JcGraph:rexx/RotPreset2.rex'
  16. 'button 5 Label=Set3 JcGraph:rexx/RotSet3.rex'
  17. 'button 6 Label=Pre.3 JcGraph:rexx/RotPreset3.rex'
  18. 'button 7 Label=Set4 JcGraph:rexx/RotSet4.rex'
  19. 'button 8 Label=Pre.4 JcGraph:rexx/RotPreset4.rex'
  20. 'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
  21. 'button 10 Label= JcGraph:rexx/Rotation.rex'
  22.